home *** CD-ROM | disk | FTP | other *** search
- ; Width/height of CrystalSpace visual
- Video.ScreenWidth = 640
- Video.ScreenHeight = 480
- ; Screen depth (currently supports 8, 15, 16, and 32 bits, NO 24 bits!)
- Video.ScreenDepth = 16
- ; Use full-screen mode if available
- Video.FullScreen = no
-
- ; Use libshm if available (X-Windows only)
- Video.XSHM = yes
- ; Simulate another depth (supported only by some video drivers)
- ;Video.SimulateDepth = 8
- ; Use system mouse cursor (yes) or software-simulated (no)
- Video.SystemMouseCursor = yes
-